DSPs
pdf |en | | Author: Michael M. Richter, Sheuli Paul, Veton Këpuska, Marius Silaghi

( Category: DSPs October 2,2022 )
azw3 |eng | 2016-12-13 | Author:Adrian Kaehler & Gary Bradski [Kaehler, Adrian]

Figure 16-16. The point P is a keypoint candidate for the FAST algorithm. The ring of points that contribute to the classification of P are identified by a circle around ...
( Category: DSPs July 10,2020 )
epub |eng | | Author:Pirkle, Will C.;

The first two designs are done directly in the z-plane. In both cases, we create APFs that have no zeros in the transfer function. Without zeros, the frequency response can’t ...
( Category: DSPs June 30,2020 )
epub |eng | | Author:K.S. Thyagarajan

Fig. 6.27 Simulink Library Browser-Source-Sine Wave Fig. 6.28Source block parameters: sine wave Fig. 6.29DSB AM Modulator Passband block from Simulink Library Browser Fig. 6.30 Function Block Parameters: DSB AM Modulator ...
( Category: DSPs March 7,2020 )
mobi |eng | 2016-12-27 | Author:Adrian Kaehler and Gary Bradski

The first difference is that FAST only uses the points on a ring around P. The second is that individual points on the ring are classified as either darker than ...
( Category: DSPs May 20,2019 )
epub |eng | 2016-12-27 | Author:Adrian Kaehler & Gary Bradski

Keypoint finder Start by taking a look at (a somewhat simplified version of) the blob detector’s declaration: class SimpleBlobDetector : public Feature2D { public: struct Params { Params(); float minThreshold; ...
( Category: DSPs May 20,2019 )
epub |eng | 2016-07-26 | Author:Allen B. Downey

# class Dct def make_wave(self): n = len(self.hs) ys = scipy.fftpack.idct(self.hs, type=2) / 2 / n return Wave(ys, framerate=self.framerate) By default, the inverse DCT doesn’t normalize the result, so we ...
( Category: Signal Processing July 31,2016 )
epub, pdf |eng | 2011-04-08 | Author:Richard G. Lyons

For computational efficiency reasons, to avoid unnecessary arithmetic using the imaginary parts of the complex C values, we might decide to compute Q as Show the validity (the correctness) of ...
( Category: Signal Processing April 9,2014 )
epub |eng | 2008-10-15 | Author:Kaehler, Adrian, Bradski, Gary & Adrian Kaehler [Gary Bradski]

Identifying the bounding triangle or edges on the convex hull and walking the hull Recall that we used a bounding rectangle rect to initialize the Delaunay triangulation with the call ...
( Category: DSPs March 31,2014 )